home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global gTextSprite, gPicSprite, gNameSprite, gFactSprite
- puppetSprite(gTextSprite, 1)
- puppetSprite(gPicSprite, 1)
- puppetSprite(gNameSprite, 1)
- puppetSprite(gFactSprite, 1)
- if soundBusy(2) = 0 then
- sound playFile 2, "hail.wav"
- end if
- end
-
- on exitFrame
- go(the frame)
- end
-